home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / assemb / fdconv10.rdm < prev    next >
Text File  |  1996-05-20  |  1KB  |  52 lines

  1. Short:    Utility to convert FD files to assembler includes
  2. Author:   Tom Bampton <tombampton@aworld.demon.co.uk>
  3. Uploader: Peter Kirby <petekirby@aworld.demon.co.uk>
  4. Type:     dev/asm
  5.  
  6. Title
  7.  
  8.    FDConvert
  9.  
  10. Version
  11.  
  12.    1.00
  13.  
  14. Description
  15.  
  16.    FDConvert is a utility to convert standard FD files to assembler includes.
  17.    There is also a number of options you can use to customize the output a bit.
  18.    All other FD converters i've seen are CLI only with no options at all. So,
  19.    i wrote this one and i hope you like it.
  20.  
  21.    Features
  22.    ~~~~~~~~
  23.  
  24.     o Very quick
  25.  
  26.     o Optionally copies comments from the FD file
  27.  
  28.     o Optionally writes extra info to make the comments make sense with the
  29.       Commodore FD's
  30.  
  31.     o Optionally writes macros for accessing the library and the library name
  32.  
  33.     o Full Workbench utility
  34.  
  35.     o Small.. only 15K
  36.  
  37.     o Has a nice gui :)
  38.  
  39.     o And probably more i haven't thought of
  40.  
  41. System Requirements
  42.  
  43.     FDConvert requires Workbench 2.04+ and asl.library in libs. Memory usage
  44.     is minimal and FD's are read a line at a time so even the largest FD should
  45.     convert with no trouble on a 1Mb machine.
  46.  
  47. History
  48.  
  49.    Version 1.00
  50.  
  51.       First release.
  52.